home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Net Guide
/
CHIP NET Rehberi Eylül 1998.iso
/
ftp
/
iftp21
/
EXAMPLES.ZIP
/
EXAM6.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1997-05-22
|
258 b
|
15 lines
@echo off
: test iFTP example script exam6.ftp in a batch file to catch the halt
: errorlevel
iftp /run exam6
if errorlevel 1 goto error
echo batch file successful!
goto end
:error
echo error with iFTP script exam6
goto end
:end